fix(xpkg): 0.0.49 and 0.0.50 existed only for linux - #161
Merged
Conversation
Publishing them, I edited the `linux` block and stopped there. `macosx` and `windows` topped out at 0.0.48, so a mac or Windows consumer asking for 0.0.50 got the same "not found" a genuinely unpublished version produces — while the Linux job resolving it in the same run said everything was fine. That asymmetry is what made it hard to see: three CI jobs failed and three passed on one commit, which reads as a platform bug in the client rather than as an index missing two rows. The tarball is the same for all three — a GitHub source archive, no per-platform artifact — so the entries are identical apart from the platform key they sit under. Verified by parsing with lua5.4 and enumerating keys per platform: all three now end at 0.0.50.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Publishing them, I edited the
linuxblock and stopped.macosxandwindowstopped out at 0.0.48, so those platforms got the same "not found" an unpublished version produces — while Linux resolved it in the same run.Three CI jobs failing and three passing on one commit reads as a client platform bug, not as an index missing two rows.
Same tarball for all three (a GitHub source archive), so the entries differ only in which platform key they sit under. Verified by parsing with lua5.4 and enumerating keys per platform.